-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce integration with TGE energy sensor #335
Introduce integration with TGE energy sensor #335
Conversation
OK, with a debug session with @PiotrMachowski we've managed to write code that works between TGE and EV Smart Charging. |
b18c4d4
to
4acbb4c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #335 +/- ##
==========================================
+ Coverage 98.65% 98.67% +0.01%
==========================================
Files 14 14
Lines 1791 1809 +18
==========================================
+ Hits 1767 1785 +18
Misses 24 24 ☔ View full report in Codecov by Sentry. |
When this issue is (PiotrMachowski/Home-Assistant-custom-components-TGE#15) is fixed, I can merge this PR to the main branch. |
@jonasbkarlsson I have fixed this issue. To be honest it was not a big one, it occurred only during the first day if you have configured the integration after 2PM. After that data was cached and restored on HA restart. |
33d8235
to
5f7636b
Compare
Polish electricity sellers calculate prices based on TGE Fixing 1.
TGE stands for "Towarowa Giełda Energii" (https://www.tge.pl/) and is a most important exchange market for electricity in Poland.
@PiotrMachowski created excellent HA integration that provides price table from that exchange.
https://github.com/PiotrMachowski/Home-Assistant-custom-components-TGE
I tested this changes using my production HA instance.